Updates an existing Agent object or creates a new definition if it doesn't exist.
The request body is of type Agent.
The name of the agent
Overview
 |
Agent
 |
agentName : string
|
 |
agentID : integer
|
 |
agentType : string
|
 |
description : string
|
 |
lastChangeUTC : string
|
 |
lastChangedBy : string
|
 |
platform : string
|
 |
jobCount : integer
|
 |
jobLimit : integer
|
 |
licenseAllocated : boolean
|
 |
online : boolean
|
 |
port : integer
|
 |
timeOffset : string
|
 |
username : string
|
 |
agentState : string
|
|
The response body is of type Agent.
OK
Overview
 |
Agent
 |
agentName : string
|
 |
agentID : integer
|
 |
agentType : string
|
 |
description : string
|
 |
lastChangeUTC : string
|
 |
lastChangedBy : string
|
 |
platform : string
|
 |
jobCount : integer
|
 |
jobLimit : integer
|
 |
licenseAllocated : boolean
|
 |
online : boolean
|
 |
port : integer
|
 |
timeOffset : string
|
 |
username : string
|
 |
agentState : string
|
|